Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22511 | GEN007020 | SV-29987r1_rule | ECSC-1 | Medium |
Description |
---|
The Stream Control Transmission Protocol (SCTP) is an IETF-standardized transport layer protocol. This protocol is not yet widely used. Binding this protocol to the network stack increases the attack surface of the host. Unprivileged local processes may be able to cause the system to dynamically load a protocol handler by opening a socket using the protocol. |
STIG | Date |
---|---|
SOLARIS 9 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE | 2015-10-01 |
Check Text ( C-27834r1_chk ) |
---|
Check that the SCTP protocol handler is not installed. # pkginfo | grep SUNWsctp If any results are returned, this is a finding. |
Fix Text (F-24109r1_fix) |
---|
Remove the SCTP protocol handler. # pkgrm SUNWsctp |